home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 3 / ACE CD 3.iso / files / utils / cando12.dms / in.adf / HelpFiles / BrushAnims / CMD.DATA next >
Encoding:
Text File  |  1990-01-29  |  2.6 KB  |  92 lines

  1. |loadbrushanim|
  2. windowtitle `LoadBrushAnim "filename" {,"BrushAnim Name" { ,loadflags } }
  3. printlf `Preload a DPaint III brush animation. The`
  4. printlf `optional "BrushAnim Name" may be given for
  5. printlf `identification by other commands. LoadFlags`
  6. printlf `are described in the manual on page 7-7.`
  7. printlf
  8. print `SEE ALSO: `
  9. subject `ShowBrushAnim`ShowBrushAnim`
  10. end
  11.  
  12. |showbrushanim|
  13. windowtitle `ShowBrushAnim "BrushAnim Name", <x>,<y>
  14. printlf `Adds a BrushAnim to the window at <x>,<y>.
  15. printlf `<x> is its initial horizontal position`
  16. printlf `<y> is its initial vertical  position`
  17. printlf  
  18. print `SEE ALSO: `
  19. subject `LoadBrushAnim`LoadBrushAnim`
  20. print ` & `
  21. subject `RemoveBrushAnim`RemoveBrushAnim`
  22. end
  23.  
  24. |movebrushanimto|
  25. windowtitle `MoveBrushAnimTo "BrushAnim Name", <x>,<y> {,ticks}
  26. printlf `Move BrushAnim to position <x>,<y> in ticks
  27. printlf `ammount of time. If ticks are not given, the
  28. printlf `move is instantaneous.
  29. printlf
  30. print `SEE ALSO: `
  31. subject `MoveBrushAnim`MoveBrushAnim`
  32. end
  33.  
  34. |movebrushanim|
  35. windowtitle `MoveBrushAnim "BrushAnimName",<Xvel>,<Yvel>,{<Xacc>,<Yacc>,{<ticks>}}
  36. printlf `See Page 6-39 in the manual for a full
  37. printlf `description.  The behavior of this command
  38. printlf `changes depending on the current BrushAnim
  39. printlf `Flags.
  40. printlf
  41. print `SEE ALSO:`
  42. subject `MoveBrushAnimTo`MoveBrushAnimTo`
  43. print ` & `
  44. subject `SetBrushAnimFlags`SetBrushAnimFlags`
  45. end
  46.  
  47. |getbrushcoor|
  48. windowtitle `GetBrushAnimCoordinates "BrushAnim Name", Xvar,Yvar
  49. printlf `Returns the BrushAnim's x,y coordinates`
  50. printlf `in the indicated variables.`
  51. end
  52.  
  53. |removebrushanim|
  54. windowtitle `RemoveBrushAnim "BrushAnim Name"
  55. printlf `Removes the BrushAnim from the Window`
  56. printlf `but does not erase it from memory.`
  57. printlf
  58. print `SEE ALSO: `
  59. subject `ShowBrushAnim`ShowBrushAnim`
  60. end
  61.  
  62. |setbrushanimflags|
  63. windowtitle `SetBrushAnimFlags "BrushAnim Name",<brushanimflags>[,{ticks}]
  64. printlf `The BrushAnimFlags Are:`
  65. printlf `   COMPRESSED or DECOMPRESSED`
  66. printlf `   RESTOREBACKGROUND or LEAVEIMAGE`
  67. printlf `   USEMASK or NOMASK`
  68. printlf `   SEQUENCEDMOTION or LINEARMOTION`
  69. printlf `More on Next Page...`
  70. nextpage `@`setbaf#2`
  71. end
  72.  
  73. |setbaf#2|
  74. windowtitle `SetBrushAnimFlags "BrushAnim Name",<brushanimflags>[,{ticks}]
  75. printlf `and:
  76. printlf `   FORWARD, BACKWARD, PINGPONG and NONE`   
  77. printlf `See Page 6-40 in the User's Manual for a`
  78. printlf `complete description of these flags.`
  79. printlf `Ticks is how long to remain on each frame`
  80. printlf `of animation.`
  81. prevpage `@`setbrushanimflags`
  82. end
  83.  
  84. |brushanims|
  85. windowtitle `BrushAnims Â«logical expression»
  86. printlf `When the logical expression is FALSE,
  87. printlf `then all animation stops.  If it is
  88. printlf `TRUE, then all animation starts.`
  89. end
  90.  
  91.  
  92.